|
SDK/J Authentication Package ver1.0 RICOH Confidential |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This is a CardService interface which provides creational methods for file system based smartcards.
| Method Summary | |
void |
create(FilePath dir,
byte[] data)
Create a new file on the card. |
void |
delete(FilePath file)
Deletes a file on the card. |
void |
invalidate(FilePath file)
Invalidates a file on the card. |
void |
validate(FilePath file)
validates a file on the card. |
| Methods inherited from interface jp.co.ricoh.dsdk.scard.option.file.FileAccessService |
appendRecord, exists, getFileInfo, getRoot, read, readRecord, readRecord, readRecords, readRecords, write, writeRecord, writeRecord |
| Methods inherited from interface jp.co.ricoh.dsdk.scard.option.security.CHVCallbackService |
setCallback |
| Methods inherited from interface jp.co.ricoh.dsdk.scard.option.security.SecureService |
provideCredentials |
| Method Detail |
public void create(FilePath dir,
byte[] data)
throws VerificationException,
CardServiceException
dir -
the path of the directory which to a new file would be created.data -
A byte array specifying the file to be created.
This is card-specific.
VerificationException -
if the verification failed.
CardServiceException -
if the service encountered an error.VerificationException
public void delete(FilePath file)
throws VerificationException,
CardServiceException
file -
the path of the file to be deleted.
VerificationException -
if the verification failed.
CardServiceException -
if the service encountered an error.VerificationException
public void invalidate(FilePath file)
throws VerificationException,
CardServiceException
file -
the path of the file to be invalidated.
VerificationException -
if the cerification failed.
CardServiceException -
if the service encountered an error.VerificationException
public void validate(FilePath file)
throws VerificationException,
CardServiceException
file -
the path of the file to be validated.
VerificationException -
if the verification failed.
CardServiceException -
if the service encountered an error.VerificationException
|
SDK/J Authentication Package ver1.0 RICOH Confidential |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||